/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.menu-item-has-children > a.sf-with-ul:after {
	content: "\f107";
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 30px;
    top: 50%;
    right: -20px;
    margin-top: -15px;
    font-family: "ticons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#footer-bottom {
	display: none;
}
#newFooter {
    background: #ffffff;
    color: #0a0a0a;
    padding-bottom: 30px;
    text-align: center;
}
.footer-menu-link {
    text-align: center;
}
.footer-menu-link a {
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 14px;
}
@media only screen and (max-width: 600px){
	.footer-menu-link a{
		display:block;
		margin-bottom: 10px;
	}
}